'Declaration
Public Overloads Overridable Function DefineModel( _ ByVal points() As NPointF, _ ByVal pointsTypes() As System.Byte, _ ByVal pathType As PathType _ ) As System.Boolean
'Usage
Dim instance As NCustomPath Dim points() As NPointF Dim pointsTypes() As System.Byte Dim pathType As PathType Dim value As System.Boolean value = instance.DefineModel(points, pointsTypes, pathType)
public virtual System.bool DefineModel( NPointF[] points, System.byte[] pointsTypes, PathType pathType )
Parameters
- points
- pointsTypes
- pathType